
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --page-max-width: 80rem;
--size-2xs: clamp(0.25rem, 0.15rem + 0.3vw, 0.5rem);
--size-xs: clamp(0.5rem,  0.3rem + 0.5vw, 0.75rem);
--size-sm: clamp(0.75rem, 0.5rem + 0.7vw, 1.125rem);
--size-md: clamp(1rem,   0.7rem + 1vw,   1.5rem);
--size-lg: clamp(1.5rem, 1rem + 1.5vw,   2.5rem);
--size-xl: clamp(2rem,   1.25rem + 2vw,  3.5rem);
--size-2xl: clamp(3rem,   2rem + 3vw,     5rem);
--size-3xl: clamp(4rem,   2.5rem + 4vw,   7rem);
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .vOmww {
    gap:var(--size-3xl);
  display:flex;
  background:white;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Unterseite---Entities\:root {
    row-gap:0px;
  column-gap:0px;
  }
      

      
        
      
      
  .page_card\:root {
    width:100%;
  background:inherit;
  }
      

      
        
      
      
  .fuQCYM {
    color:#ffffff;
  width:100%;
  height:100%;
  display:flex;
  z-index:1;
  align-items:flex-start;
  padding-top:var(--padding);
  padding-left:var(--padding);
  padding-right:var(--padding);
  padding-bottom:var(--padding);
  pointer-events:none;
  justify-content:flex-end;
  }
      

      
        
      
      
  .eeuanM {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:0;
  position:absolute;
  transition:scale 200ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      

      
  .eeuanM.hovering {
    scale:1.02 1.02 1;
  }
      

        
      
      
  .bHaabM {
    width:100%a;
  height:100%;
  background:var(--grey-900);
  overflow-x:clip;
  overflow-y:clip;
  border-top-left-radius:var(--size-sm);
  border-top-right-radius:var(--size-sm);
  border-bottom-left-radius:var(--size-sm);
  border-bottom-right-radius:var(--size-sm);
  }
      

      
        
      
      
  .bdyKZP {
    display:inline;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .bRNrLU {
    width:100%;
  height:100%;
  overflow-x:clip;
  overflow-y:clip;
  border-top-left-radius:var(--size-sm);
  border-top-right-radius:var(--size-sm);
  border-bottom-left-radius:var(--size-sm);
  border-bottom-right-radius:var(--size-sm);
  }
      

      
  .bRNrLU.cursor-pointer {
    cursor:pointer;
  }
      

        
      
      
  
      

      
        
      
      
  .btAjTT {
    row-gap:var(--size-2xs);
  column-gap:var(--size-2xs);
  flex-direction:row;
  }
      

      
        
      
      
  .eKIrtD {
    top:0px;
  left:0px;
  right:0px;
  z-index:100;
  position:fixed;
  }
      

      
        
      
      
  .eWWgKK {
    width:100%;
  display:flex;
  row-gap:var(--gap);
  max-width:var(--page-max-width);
  column-gap:var(--gap);
  margin-inline:auto;
  flex-direction:column;
  padding-inline:var(--size-lg);
  }
      

      
        
      
      
  .page_navbar\:-y2UsLv0O4dC3ovqi8fSN {
    height:100%;
  background:color-mix(in oklab, var(--grey-100) 92%, transparent);;
  transition:all 200ms ease;
  backdrop-filter:blur(14px) saturate(150%);
  -webkit-backdrop-filter:blur(14px) saturate(150%);
  border-bottom-left-radius:var(--size-md);
  border-bottom-right-radius:var(--size-md);
  }
      

      
          @media (max-width: 80rem) {
            
  .page_navbar\:-y2UsLv0O4dC3ovqi8fSN {
    border-top-left-radius:0px;
  border-top-right-radius:0px;
  }
      

          }
          
        
      
      
  .cAtfAh {
    row-gap:var(--size-md);
  column-gap:var(--size-md);
  flex-direction:row;
  }
      

      
        
      
      
  .eSpZdd {
    max-height:100dvh;
  touch-action:none;
  }
      

      
        
      
      
  .bSebzC {
    display:flex;
  row-gap:var(--size-md);
  column-gap:var(--size-md);
  align-items:flex-end;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .ObNqy {
    font-size:xx-large;
  line-height:1;
  }
      

      
        
      
      
  .egkcwx {
    width:fit-content;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eEcoaF {
    width:5rem;
  height:5px;
  background:var(--grey-200);
  border-top-left-radius:var(--size-md);
  border-top-right-radius:var(--size-md);
  border-bottom-left-radius:var(--size-md);
  border-bottom-right-radius:var(--size-md);
  }
      

      
        
      
      
  .ewTkXS {
    width:100%;
  display:flex;
  row-gap:var(--size-md);
  max-width:calc(0.4 * var(--page-max-width) - 2 * var(--size-sm));
  background:white;
  column-gap:var(--size-md);
  max-height:calc(100dvh - (2 * var(--size-md)));
  margin-left:var(--size-sm);
  padding-top:var(--size-md);
  margin-right:var(--size-sm);
  padding-left:var(--size-sm);
  padding-right:var(--size-sm);
  padding-bottom:var(--size-md);
  border-top-left-radius:var(--size-sm);
  border-top-right-radius:var(--size-sm);
  border-bottom-left-radius:var(--size-sm);
  border-bottom-right-radius:var(--size-sm);
  }
      

      
          @media (max-width: 40rem) {
            
  .ewTkXS {
    animation:0.25s ease 0ms 1 normal none running animation-fHzwgR;
  padding-bottom:var(--size-2xl);
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

          }
          

          @media (max-width: 40rem) {
            
  .ewTkXS.closing {
    animation:0.4s ease 0ms 1 normal forwards running animation-fEAfHK;
  }
      

          }
          

  .ewTkXS.closing {
    animation:0.25s ease 0ms 1 normal forwards running animation-iDzUM;
  }
      

        
                  @keyframes animation-iDzUM {
                    
                        0% {
                          opacity: 1;
                        }
                        

                        24% {
                          translate: 0 0 0;
                        }
                        

                        65% {
                          opacity: 0;
                        }
                        

                        77% {
                          translate: 0px 15% 0;
                        }
                        

                        100% {
                          opacity: 0;
                        }
                        
                  }
                  

                  @keyframes animation-fEAfHK {
                    
                        33% {
                          opacity: 1;
                        }
                        

                        100% {
                          opacity: 0;
                        }
                        

                        100% {
                          translate: 0 100% 0;
                        }
                        
                  }
                  

                  @keyframes animation-fHzwgR {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        0% {
                          translate: 0 100% 0;
                        }
                        

                        50% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .fiXlR {
    top:0px;
  left:0px;
  inset:0;
  right:0px;
  bottom:0px;
  z-index:0;
  position:fixed;
  animation:0.2s cubic-bezier(0.42, 0, 0.58, 1) 0ms 1 normal none running animation-diMMIZ;
  background:rgba(0, 0, 0, 0.35);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  }
      

      
  .fiXlR.closing {
    animation:0.2s ease 0ms 1 normal forwards running animation-diizqv;
  }
      

        
                  @keyframes animation-diMMIZ {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  

                  @keyframes animation-diizqv {
                    
                        0% {
                          opacity: 1;
                        }
                        

                        100% {
                          opacity: 0;
                        }
                        
                  }
                  
      
      
  .bvAPeV {
    flex:1;
  overflow-x:auto;
  overflow-y:auto;
  }
      

      
        
      
      
  .cAjFQX {
    width:100%;
  height:100%;
  display:flex;
  position:fixed;
  max-height:100dvh;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  padding-left:var(--size-md);
  touch-action:none;
  padding-right:var(--size-md);
  justify-content:center;
  }
      

      
          @media (max-width: 40rem) {
            
  .cAjFQX {
    display:flex;
  align-items:center;
  padding-left:0px;
  padding-right:0px;
  justify-content:flex-end;
  }
      

          }
          
        
      
      
  .eYoWAv {
    display:none;
  margin-top:calc(var(--size-md) * -1);
  align-items:center;
  padding-top:var(--size-md);
  margin-bottom:calc(--size-md * -1);
  padding-bottom:var(--size-md);
  justify-content:flex-start;
  }
      

      
          @media (max-width: 40rem) {
            
  .eYoWAv {
    display:flex;
  }
      

          }
          
        
      
      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cbtuKU {
    width:100%;
  padding-block:var(--size-lg);
  }
      

      
        
      
      
  .page_navbar\:C_S64yna_IHf4RDd-RhOj {
    height:3rem;
  padding-top:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  .UrsJN {
    width:fit-content;
  height:2rem;
  }
      

      
          @media (max-width: 80rem) {
            
  .UrsJN {
    display:none;
  }
      

          }
          
        
      
      
  .bZThuu {
    height:4rem;
  row-gap:var(--size-md);
  animation:2000ms ease var(--animation-delay) infinite normal backwards running animation-uhNSG;
  column-gap:var(--size-md);
  flex-direction:row;
  }
      

      
        
                  @keyframes animation-uhNSG {
                    
                        25% {
                          opacity: 0;
                        }
                        

                        56.00000000000001% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .eAfJNP {
    display:flex;
  row-gap:var(--size-xs);
  column-gap:var(--size-xs);
  max-height:3rem;
  align-items:center;
  padding-top:var(--size-sm);
  padding-left:var(--size-sm);
  padding-right:var(--size-sm);
  flex-direction:row;
  padding-bottom:var(--size-sm);
  justify-content:center;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  }
      

      
          @media (max-width: 80rem) {
            
  .eAfJNP {
    border-top-left-radius:0px;
  border-top-right-radius:0px;
  }
      

          }
          
        
      
      
  .dqJAIx {
    color:var(--grey-400);
  }
      

      
        
      
      
  .cNJcVH {
    font-size:var(--fs-h4);
  }
      

      
        
      
      
  .eWzcZs {
    width:100%;
  height:100%;
  pointer-events:none;
  }
      

      
        
      
      
  .ftehkU {
    width:100%;
  height:100%;
  opacity:var(--opacity);
  background:linear-gradient(to bottom left, #ffffff00 0%, #0000008f 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .dRQfFT {
    width:100%;
  height:100%;
  opacity:var(--opacity);
  background:radial-gradient(#000000 0%, #00000000 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bFAuWQ {
    width:1px;
  height:70%;
  background:var(--grey-200);
  border-top-left-radius:var(--size-2xl);
  border-top-right-radius:var(--size-2xl);
  border-bottom-left-radius:var(--size-2xl);
  border-bottom-right-radius:var(--size-2xl);
  }
      

      
        
      
      
  .fFdZrV {
    row-gap:var(--size-xs);
  flex-wrap:wrap;
  column-gap:var(--size-xs);
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fvQvtk {
    background:white;
  padding-left:2.33rem;
  }
      

      
        
      
      
  .xPSzl {
    font-size:inherit;
  padding-top:0.2rem;
  }
      

      
        
      
      
  .dLwKoI {
    color:var(--grey-500);
  font-size:small;
  background:#f5f5f500;
  border-top-left-radius:var(--size-xs);
  border-top-right-radius:var(--size-xs);
  border-bottom-left-radius:var(--size-xs);
  border-bottom-right-radius:var(--size-xs);
  }
      

      
        
      
      
  .ddHfQa {
    flex:1;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .bzathW {
    color:white;
  width:fit-content;
  height:fit-content;
  font-size:var(--size-xs);
  background:#00000029;
  padding-top:0.3rem;
  padding-left:0.4rem;
  padding-right:0.4rem;
  padding-bottom:0.3rem;
  text-transform:uppercase;
  backdrop-filter:blur(16px);
  border-top-left-radius:var(--size-2xs);
  -webkit-backdrop-filter:blur(16px);
  border-top-right-radius:var(--size-2xs);
  border-bottom-left-radius:var(--size-2xs);
  border-bottom-right-radius:var(--size-2xs);
  }
      

      
        
      
      
  .nav_search\:I5RUGiCMVUuANXBk0VMYa {
    color:var(--grey-900);
  }
      

      
        
      
      
  .evPQYz {
    display:flex;
  row-gap:var(--size-md);
  position:relative;
  column-gap:var(--size-md);
  align-items:flex-end;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cJROXe {
    height:fit-content;
  }
      

      
        
      
      
  .URlYL {
    width:100%;
  display:flex;
  row-gap:var(--size-md);
  column-gap:var(--size-md);
  align-items:flex-end;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .rltzo {
    flex:1;
  }
      

      
        
      
      
  .exTxGa {
    cursor:pointer;
  transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  padding-top:0.2rem;
  padding-left:0.4rem;
  padding-right:0.6rem;
  padding-bottom:0.2rem;
  }
      

      
  .exTxGa.disabled {
    cursor:no-drop;
  opacity:0.5;
  pointer-events:none;
  }
      


  .exTxGa:hover {
    translate:4% 0 0;
  }
      

        
      
      
  .TtFSD {
    cursor:pointer;
  transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  padding-top:0.2rem;
  padding-left:0.6rem;
  padding-right:0.4rem;
  padding-bottom:0.2rem;
  }
      

      
  .TtFSD.disabled {
    cursor:no-drop;
  opacity:0.5;
  pointer-events:none;
  }
      


  .TtFSD:hover {
    translate:-4% 0 0;
  }
      

        
      
      
  .EooCH {
    flex:1;
  width:100%;
  display:flex;
  row-gap:var(--spacing);
  z-index:1;
  position:relative;
  column-gap:var(--spacing);
  overflow-x:auto;
  overflow-y:clip;
  padding-top:var(--size-md);
  padding-left:0px;
  padding-right:0px;
  flex-direction:row;
  scroll-behavior:smooth;
  scrollbar-width:none;
  scroll-snap-type:x mandatory;
  -ms-overflow-style:none;
  border-top-left-radius:var(--border-radius);
  border-top-right-radius:var(--border-radius);
  border-bottom-left-radius:var(--border-radius);
  -webkit-overflow-scrolling:touch;
  border-bottom-right-radius:var(--border-radius);
  }
      
.EooCH::-webkit-scrollbar {
  width: 0;
}


      
  .EooCH::before {
    inset:calc(var(--size-md) * -1);
  content:"";
  z-index:-1;
  position:absolute;
  pointer-events:auto;
  }
      

        
      
      
  .fgntSN {
    color:var(--grey-600);
  width:fit-content;
  background:var(--grey-50);
  transition:all 250ms cubic-bezier(0.42, 0, 0.58, 1);
  border-color:var(--grey-100);
  border-style:solid;
  border-width:1px;
  flex-direction:row;
  border-top-left-radius:var(--size-sm);
  border-top-right-radius:var(--size-sm);
  border-bottom-left-radius:var(--size-sm);
  border-bottom-right-radius:var(--size-sm);
  }
      

      
  .fgntSN:hover {
    scale:1.02 1.02 1;
  transition:all 250ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      

        
      
      
  .nav_search\:IHMD_SIAY2wccIATk36nd {
    margin-top:calc(var(--size-md) * -1);
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

      
        
      
      
  .fqioDs {
    color:white;
  width:100%;
  }
      

      
        
      
      
  .dbdwSI {
    flex:1;
  height:0px;
  row-gap:var(--size-md);
  column-gap:var(--size-md);
  overflow-y:auto;
  border-top-left-radius:var(--size-sm);
  border-top-right-radius:var(--size-sm);
  border-bottom-left-radius:var(--size-sm);
  border-bottom-right-radius:var(--size-sm);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dqSkBO {
    height:var(--height);
  position:relative;
  overflow-x:hidden;
  overflow-y:hidden;
  aspect-ratio:var(--aspect-ratio);
  }
      

      
        
      
      
  .evsUZL {
    width:100%;
  height:100%;
  position:absolute;
  }
      

      
        
      
      
  .drjLEc {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:3;
  position:absolute;
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  }
      

      
        
      
      
  .bfLnnP {
    width:100%;
  height:var(--height);
  opacity:1;
  z-index:1;
  object-fit:cover;
  transition:all 200ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  aspect-ratio:var(--aspect-ratio);
  }
      

      
  .bfLnnP.initial {
    opacity:0;
  }
      

        
      
      
  .fivdwp {
    width:100%;
  background:var(--light-300);
  overflow-x:clip;
  overflow-y:clip;
  aspect-ratio:1/1;
  border-top-left-radius:var(--radius-small);
  border-top-right-radius:var(--radius-small);
  border-bottom-left-radius:var(--radius-small);
  border-bottom-right-radius:var(--radius-small);
  }
      

      
  .fivdwp::after {
    top:0px;
  left:0px;
  right:0px;
  scale:1.5 1.5 1;
  width:100%;
  bottom:0px;
  height:100%;
  content:"";
  position:absolute;
  animation:1.5s ease 0ms infinite normal none running animation-YNaAH;
  background:linear-gradient(to left, #ffffff00 0%, #d6d6d6c2 28%, #d6d6d6c2 50%, #d6d6d6c2 71%, #aaaae900 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  border-top-left-radius:var(--radius-small);
  border-top-right-radius:var(--radius-small);
  border-bottom-left-radius:var(--radius-small);
  border-bottom-right-radius:var(--radius-small);
  }
      

        
                  @keyframes animation-YNaAH {
                    
                        0% {
                          translate: -150% 0 0 ;
                        }
                        

                        100% {
                          translate: 150% 0 0;
                        }
                        
                  }
                  
      
      
  .page_image\:sG2PcTrs7YYGzFZ3d8pMO {
    width:100%;
  height:100%;
  z-index:2;
  position:absolute;
  }
      

      
        
      
      
  .nav_search\:O6OF0cI4m6SuQkDDsNnZI {
    width:4rem;
  height:4rem;
  background:var(--grey-100);
  overflow-x:clip;
  overflow-y:clip;
  border-top-left-radius:var(--size-sm);
  border-top-right-radius:var(--size-sm);
  border-bottom-left-radius:var(--size-sm);
  border-bottom-right-radius:var(--size-sm);
  }
      

      
        
      
      
  
      

      
        
      
      
  .nav_search\:QSUut4iTKFGp1qjPL7yR7 {
    width:4rem;
  background:var(--grey-100);
  aspect-ratio:1/1;
  border-top-left-radius:var(--size-sm);
  border-top-right-radius:var(--size-sm);
  border-bottom-left-radius:var(--size-sm);
  border-bottom-right-radius:var(--size-sm);
  }
      

      
        
      
      
  
      

      
        
      
      
  .nav_search\:UKTTMOZaQEn1moOAReLcO {
    width:4rem;
  height:4rem;
  background:var(--grey-100);
  overflow-x:clip;
  overflow-y:clip;
  border-top-left-radius:var(--size-sm);
  border-top-right-radius:var(--size-sm);
  border-bottom-left-radius:var(--size-sm);
  border-bottom-right-radius:var(--size-sm);
  }
      

      
        
      
      
  .nav_search\:VWaJy1IkdyHTJOoiyzzu0 {
    height:100%;
  row-gap:var(--size-md);
  column-gap:var(--size-md);
  }
      

      
        
      
      
  .iiKvr {
    width:100%;
  height:100%;
  display:flex;
  align-items:center;
  padding-left:var(--size-2xs);
  padding-right:var(--size-2xs);
  justify-content:center;
  }
      

      
        
      
      
  .dmoEDr {
    width:100%;
  height:100%;
  position:fixed;
  animation:250ms cubic-bezier(0.42, 0, 0.58, 1) 0ms 1 normal forwards running animation-bJeTqy;
  background:var(--grey-100);
  overflow-y:auto;
  padding-top:var(--size-md);
  padding-bottom:var(--size-md);
  }
      

      
        
                  @keyframes animation-bJeTqy {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        0% {
                          translate: 0 -70% 0;
                        }
                        

                        12% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .fDyfMx {
    width:2.5rem;
  height:100%;
  display:flex;
  z-index:1;
  position:absolute;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .cDckmv {
    width:50%;
  flex-shrink:0;
  scroll-snap-align:start;
  }
      

      
          @media (max-width: 25rem) {
            
  .cDckmv {
    width:80%;
  flex-shrink:0;
  scroll-snap-align:start;
  }
      

          }
          

          @media (min-width: 55rem) {
            
  .cDckmv {
    width:25%;
  max-width:20rem;
  flex-shrink:0;
  scroll-snap-align:start;
  }
      

          }
          
        
      
      
  .brPvEQ {
    height:var(--size-md);
  }
      

      
        
      
      
  .czRJDk {
    row-gap:var(--size-md);
  column-gap:var(--size-md);
  }
      

      
        
      
      
  
      

      
        
      
      
  .nav_search\:jq-7n_HqMp0WtjAKPoTmR {
    height:100%;
  }
      

      
        
      
      
  .nav_search\:k1oZpSEj4sTF0ZyuhZpaS {
    background:white;
  }
      

      
        
      
      
  .ZEgWV {
    row-gap:var(--size-md);
  z-index:0;
  animation:250ms cubic-bezier(0.42, 0, 0.58, 1) var(--animation-dalay) 1 normal backwards running animation-diMMIZ;
  column-gap:var(--size-md);
  flex-direction:row;
  }
      

      
  .ZEgWV:hover {
    background:var(--grey-100);
  border-top-left-radius:var(--size-xs);
  border-top-right-radius:var(--size-xs);
  border-bottom-left-radius:var(--size-xs);
  border-bottom-right-radius:var(--size-xs);
  }
      


  .ZEgWV:hover::before {
    border-color:color-mix(in srgb, var(--hover-color) calc(var(--hover-opacity) * 100%), transparent);
  background-color:color-mix(in srgb, var(--hover-color) calc(var(--hover-opacity) * 100%), transparent);
  }
      


  .ZEgWV::before {
    inset:0;
  border:var(--border--width) solid transparent;
  content:"";
  z-index:-1;
  position:absolute;
  transition:background-color 0.25s cubic-bezier(.16,1,.3,1),
              border-color 0.25s cubic-bezier(.16,1,.3,1);
  border-radius:var(--size-sm);
  background-color:transparent;
  }
      

        
      
      
  .eRzjge {
    flex:1;
  width:0px;
  mask-image:linear-gradient(
    to right,
    black 0%,
    black 85%,
    transparent 100%
  );
  -webkit-mask-image:linear-gradient(
    to right,
    black 0%,
    black 85%,
    transparent 100%
  );
  }
      

      
  .eRzjge.end {
    mask:none;
  mask-image:none;
  -webkit-mask:none;
  -webkit-mask-image:none;
  }
      

        
      
      
  .aETVi {
    flex:1;
  row-gap:var(--size-md);
  column-gap:var(--size-md);
  min-height:20rem;
  }
      

      
        
      
      
  .dccajF {
    row-gap:var(--size-md);
  z-index:0;
  animation:250ms cubic-bezier(0.42, 0, 0.58, 1) var(--animation-dalay) 1 normal backwards running animation-diMMIZ;
  column-gap:var(--size-md);
  flex-direction:row;
  }
      

      
  .dccajF:hover::before {
    border-color:color-mix(in srgb, var(--hover-color) calc(var(--hover-opacity) * 100%), transparent);
  background-color:color-mix(in srgb, var(--hover-color) calc(var(--hover-opacity) * 100%), transparent);
  }
      


  .dccajF::before {
    inset:0;
  border:var(--border--width) solid transparent;
  content:"";
  z-index:-1;
  position:absolute;
  transition:background-color 0.25s cubic-bezier(.16,1,.3,1),
              border-color 0.25s cubic-bezier(.16,1,.3,1);
  border-radius:var(--size-sm);
  background-color:transparent;
  }
      

        
      
      
  .czdVji {
    width:100%;
  height:100%;
  display:flex;
  row-gap:var(--size-xs);
  column-gap:var(--size-xs);
  align-items:center;
  padding-left:var(--size-2xs);
  padding-right:var(--size-2xs);
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .nav_search\:rwXD446qOf-SYHu-q-lCU {
    flex:1;
  background:var(--grey-100);
  border-top-left-radius:var(--size-sm);
  border-top-right-radius:var(--size-sm);
  border-bottom-left-radius:var(--size-sm);
  border-bottom-right-radius:var(--size-sm);
  }
      

      
        
      
      
  .nav_search\:t44rt1pbJ9Obs-xESJY5X {
    flex:1;
  }
      

      
        
      
      
  .dtXJwB {
    cursor:pointer;
  display:flex;
  row-gap:var(--size-md);
  background:white;
  box-shadow:0px 5px 25px 4px #00000020;
  column-gap:var(--size-md);
  max-height:60vh;
  transition:all 300ms ease;
  padding-top:var(--size-md);
  border-color:var(--grey-300);
  border-style:solid;
  border-width:1px;
  padding-left:var(--size-md);
  padding-right:var(--size-md);
  padding-bottom:var(--size-md);
  border-top-left-radius:var(--size-xs);
  border-top-right-radius:var(--size-xs);
  border-bottom-left-radius:var(--size-xs);
  border-bottom-right-radius:var(--size-xs);
  }
      

      
  .dtXJwB.active {
    top:var(--size-3xl);
  width:calc( 100% - calc(3*var(--size-md)));
  height:calc((100% - var(--size-3xl)) - var(--size-md));
  display:flex;
  z-index:3;
  position:absolute;
  animation:cubic-bezier(0.42, 0, 0.58, 1) 250ms 1 normal forwards running animation-diMMIZ;
  max-height:100ch;
  }
      

        
      
      
  .faAKLA {
    display:flex;
  row-gap:var(--size-md);
  column-gap:var(--size-md);
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .lIJjY {
    font-size:inherit;
  }
      

      
        
      
      
  .bDTOAn {
    flex:1;
  display:flex;
  row-gap:0.2rem;
  font-size:small;
  column-gap:0.2rem;
  align-items:center;
  font-weight:var(--font-weight-light);
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .cgcNcw {
    align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bORSLk {
    font-size:x-small;
  background:var(--grey-100);
  font-weight:var(--font-weight-light);
  padding-top:var(--size-2xs);
  padding-left:var(--size-2xs);
  padding-right:var(--size-2xs);
  padding-bottom:var(--size-2xs);
  border-top-left-radius:var(--size-2xs);
  border-top-right-radius:var(--size-2xs);
  border-bottom-left-radius:var(--size-2xs);
  border-bottom-right-radius:var(--size-2xs);
  }
      

      
        
      
      
  .fsBOes {
    row-gap:var(--size-sm);
  column-gap:var(--size-sm);
  }
      

      
        
      
      
  .elijcD {
    translate:0 3px 0;
  }
      

      
        
      
      
  .dXpLiK {
    cursor:pointer;
  background:white;
  padding-top:var(--size-xs);
  padding-left:var(--size-xs);
  padding-right:var(--size-xs);
  padding-bottom:var(--size-xs);
  border-top-color:var(--grey-200);
  border-top-style:solid;
  border-top-width:1px;
  border-left-color:var(--grey-200);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--grey-200);
  border-right-style:solid;
  border-right-width:1px;
  border-bottom-color:var(--grey-200);
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-left-radius:var(--size-xs);
  border-top-right-radius:var(--size-xs);
  border-bottom-left-radius:var(--size-xs);
  border-bottom-right-radius:var(--size-xs);
  }
      

      
  .dXpLiK.open {
    border-top-color:var(--grey-200);
  border-top-style:solid;
  border-top-width:1px;
  border-left-color:var(--grey-200);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--grey-200);
  border-right-style:solid;
  border-right-width:1px;
  border-bottom-color:var(--grey-200);
  border-bottom-style:solid;
  border-bottom-width:0px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

        
      
      
  .flRDtH {
    height:fit-content;
  display:flex;
  }
      

      
        
      
      
  .dGlKpA {
    cursor:pointer;
  display:flex;
  row-gap:var(--size-2xs);
  animation:200ms ease 1 normal backwards running animation-diMMIZ var(--animation-delay);
  flex-wrap:wrap;
  column-gap:var(--size-2xs);
  transition:all 200ms ease;
  align-items:center;
  padding-top:var(--size-xs);
  flex-direction:row;
  padding-bottom:var(--size-xs);
  justify-content:flex-start;
  }
      

      
  .dGlKpA:hover {
    background:linear-gradient(qhite to left, white 0%, var(--grey-100) 100% 100%, white 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

        
      
      
  
      

      
        
      
      
  .bDERFp {
    color:var(--grey-300);
  display:flex;
  row-gap:var(--size-xs);
  column-gap:var(--size-xs);
  align-items:center;
  padding-left:var(--size-md);
  padding-right:var(--size-md);
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .evwyFi {
    flex:1;
  height:1px;
  background:var(--grey-200);
  }
      

      
        
      
      
  .cxuOnD {
    color:var(--grey-400);
  font-size:0.7rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fhZkRB {
    cursor:pointer;
  opacity:0;
  row-gap:var(--size-md);
  translate:0 -100% 0;
  background:white;
  column-gap:var(--size-md);
  overflow-x:clip;
  overflow-y:clip;
  transition:translate 200px ease;
  padding-top:var(--size-xs);
  padding-left:var(--size-xs);
  padding-right:var(--size-xs);
  padding-bottom:var(--size-xs);
  border-top-color:var(--grey-200);
  border-top-style:solid;
  border-top-width:1px;
  border-left-color:var(--grey-200);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--grey-200);
  border-right-style:solid;
  border-right-width:1px;
  border-bottom-color:var(--grey-200);
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:var(--size-xs);
  border-bottom-right-radius:var(--size-xs);
  }
      

      
  .fhZkRB.open {
    opacity:1;
  animation:300ms ease 0ms 1 normal forwards running animation-a-DWxK;
  translate:0 0 0;
  transition:all 300ms ease;
  border-top-color:var(--grey-200);
  border-top-style:solid;
  border-top-width:0px;
  border-left-color:var(--grey-200);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--grey-200);
  border-right-style:solid;
  border-right-width:1px;
  border-bottom-color:var(--grey-200);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

        
                  @keyframes animation-a-DWxK {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        0% {
                          translate: 0 -100% 0;
                        }
                        

                        50% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .zQdlp {
    display:inline;
  }
      

      
        
      
      
  .dhDLbs {
    animation:1.5s ease 0ms infinite normal none running animation-etpbMx;
  }
      

      
        
                  @keyframes animation-etpbMx {
                    
                        0% {
                          rotate: 0deg;
                        }
                        

                        100% {
                          rotate: 360deg;
                        }
                        
                  }
                  
      
      
  
      

      
        
      
      
  .eLRytV {
    color:white;
  cursor:pointer;
  display:flex;
  row-gap:var(--size-xs);
  background:#1d4ed8;
  column-gap:var(--size-xs);
  overflow-x:clip;
  overflow-y:clip;
  transition:all 250ms ease;
  align-items:center;
  padding-top:var(--size-xs);
  border-color:var(--grey-100);
  border-style:solid;
  border-width:1px;
  padding-left:var(--size-xs);
  padding-right:var(--size-xs);
  flex-direction:row;
  padding-bottom:var(--size-xs);
  justify-content:center;
  border-top-left-radius:var(--size-xs);
  border-top-right-radius:var(--size-xs);
  border-bottom-left-radius:var(--size-xs);
  border-bottom-right-radius:var(--size-xs);
  }
      

      
  .eLRytV:hover {
    scale:1.01 1 1;
  opacity:0.9;
  }
      


  .eLRytV.disabled {
    filter:grayscale(100%);
  opacity:0.4;
  pointer-events:none;
  }
      

        
      
      
  .eONoEr {
    left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  position:absolute;
  translate:0 100% 0;
  overflow-y:clip;
  }
      

      
        
      
      
  .bLRrjO {
    font-size:small;
  }
      

      
        
      
      
  .dmkjQT {
    top:0px;
  left:0px;
  right:0px;
  scale:10 10 1;
  width:100%;
  bottom:0px;
  height:100vh;
  opacity:0.7;
  position:absolute;
  background:white;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  }
      

      
        
      
      
  .cxvALS {
    color:var(--grey-400);
  display:flex;
  row-gap:var(--size-2xs);
  column-gap:var(--size-2xs);
  align-items:center;
  user-select:none;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .location_selector\:rlQd3RumciqTzFtMMGsMv {
    height:2.5rem;
  border-top-left-radius:var(--size-sm);
  border-top-right-radius:var(--size-sm);
  border-bottom-left-radius:var(--size-sm);
  border-bottom-right-radius:var(--size-sm);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dibYly {
    color:white;
  display:flex;
  row-gap:var(--size-md);
  background:var(--grey-900);
  column-gap:var(--size-md);
  align-items:center;
  padding-top:var(--size-2xs);
  padding-left:var(--size-sm);
  padding-right:var(--size-sm);
  flex-direction:row;
  padding-bottom:var(--size-2xs);
  justify-content:space-between;
  border-top-left-radius:var(--size-xs);
  border-top-right-radius:var(--size-xs);
  border-bottom-left-radius:var(--size-xs);
  border-bottom-right-radius:var(--size-xs);
  }
      

      
        
      
      
  
      

      
        
      
      
  .EsDjR {
    color:white;
  cursor:pointer;
  display:flex;
  row-gap:var(--size-xs);
  background:#1d4ed8;
  column-gap:var(--size-xs);
  overflow-x:clip;
  overflow-y:clip;
  transition:all 250ms ease;
  align-items:center;
  padding-top:var(--size-xs);
  border-color:var(--grey-100);
  border-style:solid;
  border-width:1px;
  padding-left:var(--size-xs);
  padding-right:var(--size-xs);
  flex-direction:row;
  padding-bottom:var(--size-xs);
  justify-content:center;
  border-top-left-radius:var(--size-xs);
  border-top-right-radius:var(--size-xs);
  border-bottom-left-radius:var(--size-xs);
  border-bottom-right-radius:var(--size-xs);
  }
      

      
  .EsDjR:hover {
    scale:1.01 1 1;
  opacity:0.9;
  }
      

        
      
      
  .cVQWyo {
    width:0.5rem;
  height:1px;
  background:var(--grey-900);
  }
      

      
        
      
      
  .nav_search\:x26aAdpe6jnL2TNxU7wRk {
    z-index:2;
  }
      

      
        
      
      
  .BEFTq {
    box-sizing:border-box;
  }
      

      
        
      
      
  .nav_search\:xtvpjU55Z4UiQ6bCWrWnu {
    color:inherit;
  width:1rem;
  height:1rem;
  }
      

      
        
      
      
  .page_navbar\:Ul8Ck9p6Lb9xF-z1lOAdC {
    flex:1;
  }
      

      
        
      
      
  .eUBrfx {
    display:flex;
  row-gap:var(--size-xs);
  max-width:3rem;
  column-gap:var(--size-xs);
  max-height:3rem;
  align-items:center;
  padding-top:var(--size-sm);
  padding-left:var(--size-sm);
  padding-right:var(--size-sm);
  flex-direction:row;
  padding-bottom:var(--size-sm);
  justify-content:center;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bZIsdA {
    color:var(--grey-600);
  display:flex;
  row-gap:var(--size-2xs);
  font-size:small;
  column-gap:var(--size-2xs);
  }
      

      
        
      
      
  .lZEEZ {
    cursor:pointer;
  font-size:small;
  }
      

      
        
      
      
  .cFYCrT {
    row-gap:var(--size-xs);
  column-gap:var(--size-xs);
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Unterseite---Entities\:BDC9AIX_clsvcW9awVWqc {
    height:10=%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cGCBr {
    width:100%;
  padding-block:var(--size-2xl);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eoQTKf {
    margin-top:var(--size-2xs);
  }
      

      
        
      
      
  .bzturo {
    cursor:pointer;
  display:inline;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .fHmawH {
    display:flex;
  row-gap:var(--size-xs);
  column-gap:var(--size-xs);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .ccRnVs {
    width:var(--size);
  height:var(--size);
  display:inline;
  position:relative;
  background:var(--pulse-color);
  border-radius:999px;
  }
      

      
  .ccRnVs::after {
    inset:0;
  content:"";
  opacity:0.7;
  position:absolute;
  animation:pulse-dot 1.5s ease-out infinite;
  transform:scale(1);
  background:var(--pulse-color);
  border-radius:inherit;
  }
      

        
      
      
  .eZzsDQ {
    white-space:pre;
  text-overflow:ellipsis;
  }
      

      
        
      
      
  .page_footer\:PRh7oqWMdZQkf_HZRTU_A {
    margin-top:var(--size-2xs);
  }
      

      
        
      
      
  .page_footer\:R3o4H4hIl5R89RHnJFdsd {
    display:grid;
  grid-template:auto / 1fr 1fr 1fr 1fr;
  }
      

      
          @media (max-width: 40rem) {
            
  .page_footer\:R3o4H4hIl5R89RHnJFdsd {
    display:grid;
  grid-template:auto / 1fr 1fr;
  }
      

          }
          
        
      
      
  .GQfCH {
    font-weight:var(--font-weight-light);
  }
      

      
        
      
      
  .eWKwQA {
    display:inline;
  font-size:inherit;
  margin-top:var(--size-2xs);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .dEEvgZ {
    z-index:1000000000000;
  pointer-events:none;
  }
      

      
        
      
      
  .bSjIWX {
    font-size:var(--h5);
  font-weight:var(--600);
  margin-bottom:1rem;
  }
      

      
        
      
      
  .cookie\:27w6ir-Fxfvs0_1uqc_tc {
    padding-top:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .enSkSv {
    margin-top:1rem;
  }
      

      
        
      
      
  .eBBUaU {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:1000000;
  position:fixed;
  align-items:center;
  padding-top:var(--size-md);
  padding-bottom:var(--size-md);
  pointer-events:none;
  justify-content:flex-end;
  }
      

      
        
      
      
  .bvrWav {
    font-size:var(--h6);
  margin-top:2rem;
  font-weight:var(--600);
  }
      

      
        
      
      
  .GTdjq {
    width:fit-content;
  display:inline;
  }
      

      
        
      
      
  .dLsWJr {
    row-gap:0.5rem;
  flex-wrap:wrap;
  column-gap:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .etcjny {
    font-size:var(--text-main);
  }
      

      
        
      
      
  .cylckE {
    color:var(--dark-900);
  display:inline;
  opacity:0.62;
  font-size:var(--text-tiny);
  }
      

      
        
      
      
  .eKpWtr {
    row-gap:0.5rem;
  background:white;
  box-shadow:0px 2px 4px 0px #00000020;
  column-gap:0.5rem;
  transition:all 250ms cubic-bezier(0.42, 0, 0.58, 1);
  padding-top:var(--size-md);
  padding-left:var(--size-md);
  padding-right:var(--size-md);
  padding-bottom:var(--size-md);
  pointer-events:auto;
  border-top-left-radius:var(--size-md);
  border-top-right-radius:var(--size-md);
  border-bottom-left-radius:var(--size-md);
  border-bottom-right-radius:var(--size-md);
  }
      

      
  .eKpWtr.closing {
    translate:0 calc(100% + var(--size-md)) 0;
  }
      

        
      
      
  .bbeIjI {
    top:0px;
  left:0px;
  inset:0;
  right:0px;
  bottom:0px;
  position:fixed;
  animation:0.2s cubic-bezier(0.42, 0, 0.58, 1) 0ms 1 normal none running animation-diMMIZ;
  background:rgba(0, 0, 0, 0.35);
  pointer-events:auto;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  }
      

      
  .bbeIjI.closing {
    animation:0.2s ease 0ms 1 normal forwards running animation-diizqv;
  }
      

        

      
      
  .exknyw {
    row-gap:0.5rem;
  max-width:30rem;
  background:white;
  box-shadow:0px 2px 4px 0px #00000020;
  column-gap:0.5rem;
  max-height:80vh;
  overflow-x:auto;
  overflow-y:auto;
  padding-top:var(--space-5);
  padding-left:var(--space-5);
  padding-right:var(--space-5);
  padding-bottom:var(--space-5);
  border-top-left-radius:var(--radius-small);
  border-top-right-radius:var(--radius-small);
  border-bottom-left-radius:var(--radius-small);
  border-bottom-right-radius:var(--radius-small);
  }
      

      
        
      
      
  .eViJNW {
    color:var(--dark-900);
  opacity:0.62;
  }
      

      
        
      
      
  .crMoBw {
    pointer-events:auto;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fryqsE {
    width:100%;
  height:100%;
  position:absolute;
  background:#0d0d0db8;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Unterseite---Entities\:QvCFCQAQg_NMPE04n_ieR {
    gap:var(--size-md);
  display:grid;
  min-height:60vh;
  padding-left:mnd;
  grid-template:auto auto / 2fr 1fr;
  padding-right:mnd;
  }
      

      
          @media (max-width: 40rem) {
            
  .Unterseite---Entities\:QvCFCQAQg_NMPE04n_ieR {
    display:grid;
  grid-template:auto auto auto auto / 1fr 1fr;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .Unterseite---Entities\:VS5IdvPPurhBh0HNIRPt2 {
    width:100%;
  height:100%;
  background:var(--grey-100);
  }
      

      
        
      
      
  .Unterseite---Entities\:Vp81GwKNPnTIS_Cbffd6- {
    height:100%;
  background:var(--grey-100);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dOGWod {
    display:grid;
  background:var(--grey-100);
  transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  padding-top:var(--size-md);
  padding-left:var(--size-md);
  grid-template:auto / 1fr 1fr;
  padding-right:var(--size-md);
  padding-bottom:var(--size-md);
  border-top-left-radius:var(--size-sm);
  border-top-right-radius:var(--size-sm);
  border-bottom-left-radius:var(--size-sm);
  border-bottom-right-radius:var(--size-sm);
  }
      

      
          @media (max-width: 35rem) {
            
  .dOGWod {
    display:flex;
  row-gap:var(--size-lg);
  column-gap:var(--size-lg);
  }
      

          }
          

  .dOGWod:hover {
    scale:1.01 1.01 1;
  }
      

        
      
      
  .nOPOW {
    flex:1;
  position:relative;
  max-width:6rem;
  min-width:5rem;
  max-height:6rem;
  padding-top:calc(var(--size-2xs) * 0.5);
  aspect-ratio:1/1;
  padding-left:calc(var(--size-2xs) * 0.5);
  border-radius:100%;
  padding-right:calc(var(--size-2xs) * 0.5);
  padding-bottom:calc(var(--size-2xs) * 0.5);
  }
      

      
  .nOPOW::before {
    inset:-0.1px;
  content:"";
  z-index:0;
  position:absolute;
  animation:spin-stop 3s cubic-bezier(0.7, 0, 0.3, 1) infinite;
  background:linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  border-radius:100%;
  }
      

        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .cFjnLG {
    flex:1;
  width:1rem;
  overflow-x:clip;
  overflow-y:clip;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .dKkIcY {
    height:100%;
  aspect-ratio:1/1;
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

      
        
      
      
  .UcwQT {
    width:80%;
  height:fit-content;
  }
      

      
        
      
      
  .fFCLvb {
    height:10rem;
  display:flex;
  overlay:;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  flex-shrink:0;
  justify-content:center;
  scroll-snap-align:start;
  border-top-left-radius:var(--size-xs);
  border-top-right-radius:var(--size-xs);
  border-bottom-left-radius:var(--size-xs);
  border-bottom-right-radius:var(--size-xs);
  }
      

      
        
      
      
  .bcNZUL {
    display:inline;
  font-size:x-large;
  translate:0 -1rem 0;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
          @media (min-width: 950px) {
            
  .bcNZUL {
    translate:0 0 0;
  }
      

          }
          
        
      
      
  .cApmId {
    right:0.5rem;
  bottom:0.5rem;
  row-gap:0.25rem;
  position:absolute;
  column-gap:0.25rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eKkRLF {
    row-gap:var(--size-md);
  flex-wrap:wrap;
  column-gap:var(--size-md);
  flex-direction:row;
  }
      

      
        
      
      
  .pKrwl {
    display:flex;
  opacity:1;
  row-gap:var(--size-md);
  translate:0 0 0;
  column-gap:var(--size-md);
  transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:flex-start;
  justify-content:center;
  }
      

      
  .pKrwl.hidden {
    @starting-style {
            opacity:0;
  translate:0 -1rem 0;
  transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          }
  }
      

        
      
      
  .dAmKGV {
    display:inline;
  font-size:var(--fs-h2);
  translate:0 -10% 0;
  mask-image:linear-gradient(
    to bottom,
    transparent,
    black var(--fade-size),
    black calc(100% - var(--fade-size)),
    transparent 100%
  );
  -webkit-mask-image:linear-gradient(
    to bottom,
    transparent,
    black var(--fade-size),
    black calc(100% - var(--fade-size)),
    transparent 100%
  );
  }
      

      
        
      
      
  .bNNQpg {
    height:100%;
  background:var(--grey-200);
  aspect-ratio:1/1;
  border-color:#ffffff;
  border-style:solid;
  border-width:calc(var(--size-2xs) * 0.6);
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

      
        
      
      
  .fBmznB {
    display:flex;
  row-gap:0;
  flex-wrap:wrap;
  column-gap:0.5rem;
  align-items:center;
  margin-bottom:-5%;
  flex-direction:row;
  padding-bottom:-10%;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cJhBJR {
    display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  }
      

      
        
      
      
  .bPQgxQ {
    flex:1;
  width:100%;
  }
      

      
        
      
      
  .page_instagram\:vc9LrwSLhRnILwvDUKvKu {
    width:100%;
  height:fit-content;
  }
      

      
        
      
      
  .Unterseite---Entities\:Y-txVWYBZ6rd0kIZXeVMp {
    padding-top:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  .Unterseite---Entities\:Zeu-42nLxoCto33E6FDX2 {
    min-height:70vh;
  padding-top:var(--size-md);
  }
      

      
        
      
      
  .bKhtzX {
    font-size:var(--fs-h2);
  }
      

      
        
      
      
  .dAEnRM {
    box-shadow:0px 2px 4rem 0px #00000020, 0px 1px 8rem 0px #ffffffc9, 0px 2px 1rem 0px #ffffff;
  overflow-x:clip;
  overflow-y:clip;
  border-top-left-radius:var(--size-sm);
  border-top-right-radius:var(--size-sm);
  border-bottom-left-radius:var(--size-sm);
  border-bottom-right-radius:var(--size-sm);
  }
      

      
        
      
      
  .YOqDp {
    scale:1.2 1.2 1;
  translate:-2% -7.5% 0;
  align-items:center;
  justify-content:flex-end;
  }
      

      
        
      
      
  .bwsYYI {
    grid-area:var(--grid-area-v2);
  }
      

      
          @media (max-width: 40rem) {
            
  .bwsYYI {
    grid-area:var(--grid-area-v2-mobile);
  }
      

          }
          
        
      
      
  .Unterseite---Entities\:vgfoMaEfqyHUyEr3A-pYD {
    width:14px;
  height:14px;
  }
      

      
        
      
      
  .fqtSOW {
    width:100%;
  height:100%;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  }
      

      
        
      
      
  .page_breadcrumbs\:root {
    padding-top:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  .eQjALy {
    height:calc(var(--size-md) + 3rem);
  }
      

      
        
      
      
  .dTkJZU {
    display:inline;
  font-weight:var(--font-weight-light);
  }
      

      
        
      
      
  .dzsGUk {
    color:var(--grey-400);
  text-wrap:balance;
  transition:all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  font-weight:var(--font-weight-thin);
  padding-top:0px;
  padding-bottom:0px;
  }
      

      
  .dzsGUk:hover {
    color:var(--grey-900);
  }
      

        
      
      
  .page_breadcrumbs\:o66uhkMIAKw_oVDnaYzCs {
    row-gap:0px;
  column-gap:0px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cbGvWb {
    display:inline;
  text-wrap:balance;
  }
      

      
        
      
      
  
      

      
        
      